APIs: a Strategy Guide by Jacobson Daniel;Brail Greg;Woods Dan;
Author:Jacobson, Daniel;Brail, Greg;Woods, Dan; [Jacobson, Daniel;Brail, Greg;Woods, Dan;]
Language: eng
Format: epub
Tags: COMPUTERS / Internet / General
ISBN: 9781449308926
Publisher: O'Reilly
Published: 2011-12-19T00:00:00+00:00
Read more about REST and JSON
The original REST dissertation can be found at http://www.ics.uci.edu/~fielding/pubs/dissertation/top.htm
The JSON specification can be found at http://json.org/
Versioning and API Design
The decision to make an API have a version number, or to be versionless, is an important design consideration because apps that are built atop an API depend on certain functionality working in a particular way. Effectively, an API is the embodiment of a contract between a publisher and a developer. As new API versions are released, that contract should stay intact. This fact needs to be balanced against continuous requests for feature upgrades from users and your internal ability and willingness to support older feature sets in an ongoing basis. Usually, API development teams are small and have a limited capacity for supporting new versions. While developers continually want newer, fancier versions of the API, and end users want to see the apps improve, the reality is that the development team can only support a few versions at a time.
There are many different ways to approach this problem. Weâd like to suggest one small, three-step solution:
Somewhere, prominent for each client or for each API call, include version 1. (A common way to do this is to include it in the URI path.)
Download
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.
Content Management | Programming |
User Experience & Usability | User Generated Content |
Web Design | Web Marketing |
Web Services | Website Analytics |
Hello! Python by Anthony Briggs(9916)
The Mikado Method by Ola Ellnestam Daniel Brolund(9779)
Dependency Injection in .NET by Mark Seemann(9340)
Sass and Compass in Action by Wynn Netherland Nathan Weizenbaum Chris Eppstein Brandon Mathis(7780)
The Well-Grounded Java Developer by Benjamin J. Evans Martijn Verburg(7557)
Svelte with Test-Driven Development by Daniel Irvine(7174)
Test-Driven Development with PHP 8 by Rainier Sarabia(6899)
Layered Design for Ruby on Rails Applications by Dementyev Vladimir;(6768)
Secrets of the JavaScript Ninja by John Resig & Bear Bibeault(6533)
Secrets of the JavaScript Ninja by John Resig Bear Bibeault(6417)
Web Development with Django by Ben Shaw Saurabh Badhwar(6234)
React Application Architecture for Production by Alan Alickovic(5957)
Jquery UI in Action : Master the concepts Of Jquery UI: A Step By Step Approach by ANMOL GOYAL(5806)
Kotlin in Action by Dmitry Jemerov(5065)
Audition by Ryu Murakami(4583)
Software Architecture for Web Developers by Mihaela Roxana Ghidersa(4456)
Hands-On Full-Stack Web Development with GraphQL and React by Sebastian Grebe(4317)
Accelerating Server-Side Development with Fastify by Manuel Spigolon Maksim Sinik & Matteo Collina(4304)
Functional Programming in JavaScript by Mantyla Dan(4038)
